home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1996 April
/
EnigmA AMIGA RUN 06 (1996)(G.R. Edizioni)(IT)[!][issue 1996-04][Skylink CD V].iso
/
progs
/
utilsys
/
zshell29
/
zstart
< prev
next >
Wrap
Text File
|
1995-08-26
|
775b
|
30 lines
;Example Script for ZShell
echo "This is an example startup script.^J^J"
ask "Do you have OS 3.0 or better ? "
if warn
config colour 01111111; cls
echo "Now output is set to one colour to improve scrolling speed.^J"
else
echo "Sorry, then I cannot improve scrolling speed.^J"
endif
review 10000
echo "^JTo see again what scrolled out of the window, press SHIFT TAB.^J"
echo "Press TAB to complete filenames or directorynames.^J"
config hide *.info
echo "^JNow icons are ignored by FILENAMECOMPLETION and by DIR.^J"
alias arexx %1 %2 putmsg $1 0 0 0 0 0 "$2"
alias runnil run >
alias runback "%1 taskpri -1;run $1;taskpri 0"
alias as assign
alias md makedir
alias ren rename
alias del delete
alias cp copy
alias dc diskchange
echo "^JThese aliases are set:^J"
alias